home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / oberonv4 / expressions.readme < prev    next >
Text File  |  1997-01-28  |  2KB  |  65 lines

  1. Short:    Math Expressions within Oberon V4 Text Documents
  2. Author:   Weck@inf.ethz.ch (Wolfgang Weck)
  3. Uploader: degner@pallas.amp.uni-hannover.de (Ralf Degner)
  4. Type:     dev/obero
  5.  
  6. Expressions.lha is an additional archive to use with "Oberon System V4
  7. for Amiga V1.4". You need the main archive Oberon.lha to run this.
  8. Extract this archive into the same directory where you extracted
  9. Oberon.lha .
  10.  
  11.                                 Ralf Degner
  12.  
  13.  
  14. ------------------------------------------------------------------------------
  15.  
  16. Expr is a package for editing and displaying mathematical expressions within
  17. text documents and for interfacing mathematical software.
  18.  
  19. This software is a research prototype only. No warranties can be assumed.
  20.  
  21. Currently, the code is available for SparcOberon, SolarisOberon, MacOberon,
  22. DecOberon, Oberon for Windows, and Oberon for Amiga. (Many thanks to
  23. Ralf Degner for compiling the Oberon for Amiga version!)
  24.  
  25.  
  26. Further, several documents are provided:
  27.  
  28. ExprUsage.Text       introductory user's guide (please read this first!)
  29. Expressions.Tool     lists most important commands and documents
  30. ExprPalette.Text     palette with some Extensions
  31. ExprDemo.Text        some example expressions
  32.  
  33.  
  34. For all environments except for SolarisOberon a link to the Maple computer
  35. algebra system is provided. This component also includes some communication
  36. facilities it requires (and a terminal emulation). To use Maple it needs to
  37. be accessible on a unix machine via (r)login. 
  38. Information documents:
  39.  
  40. ExprMaple.Text       introductory user's guide to maple interface
  41. ExprMaple.Tool       commands used for maple interface
  42. MapleFormManip.Text  demonstration text for an interactive document
  43.  
  44.  
  45. If you want to program and extend the framework you will find the needed
  46. information in this documents:
  47.  
  48. ExprProgramming.Text
  49. ExprBessel.Mod
  50. ExprSubstituter.Mod
  51.  
  52.  
  53. Please send any questions or comments via e-mail to weck@inf.ethz.ch .
  54. If you enjoy using this software, please send a postcard.
  55.  
  56.  
  57.         Wolfgang Weck
  58.  
  59.         Institut fuer Wissenschaftliches Rechnen
  60.         ETH-Zentrum
  61.         CH-8092 Zuerich
  62.  
  63.         Weck@inf.ethz.ch
  64.         http://www.inf.ethz.ch/personal/weck
  65.